home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1995 June / MacFormat 25.iso / Shareware City / Developers / appe Windows 1.51.1 / event filter.h < prev    next >
Encoding:
Text File  |  1995-01-08  |  733 b   |  24 lines  |  [TEXT/KAHL]

  1. // File "event filter.h" - Header for jGNEFilter Handler
  2. // This header file is Copyright Matt Slot & Slot-Machines Ltd., © 1993
  3.  
  4. #ifndef ____EVENT_FILTER_HEADER_____
  5. #define ____EVENT_FILTER_HEADER_____
  6.  
  7. #include "contexts.h"
  8.  
  9. // * **************************************************************************** * //
  10. // * **************************************************************************** * //
  11. // Function Prototypes
  12.  
  13. void InsertMyFilter(void);
  14. void RemoveMyFilter(void);
  15. void DisableMyFilter(short enable);
  16. void MyJGNEFilter(void);
  17. void EndJGNEFilter(void);
  18. void HelperJGNEFilter(EventRecord *theEvent, ContextPtr appContext);
  19.  
  20. void DoCheckVisibility(void);
  21. short InScreenSaver(void);
  22.  
  23. #endif  ____EVENT_FILTER_HEADER_____
  24.